func runtime.sigprocmask
11 uses
runtime (current package)
os_linux.go#L182: sigprocmask(_SIG_SETMASK, &sigset_all, &oset)
os_linux.go#L192: sigprocmask(_SIG_SETMASK, &oset, nil)
os_linux.go#L447: func sigprocmask(how int32, new, old *sigset) {
signal_unix.go#L1089: sigprocmask(_SIG_SETMASK, &sigBlocked, nil)
signal_unix.go#L1101: sigprocmask(_SIG_SETMASK, &sigBlocked, nil)
signal_unix.go#L1240: sigprocmask(_SIG_SETMASK, nil, p)
signal_unix.go#L1252: sigprocmask(_SIG_SETMASK, &sigmask, nil)
signal_unix.go#L1297: sigprocmask(_SIG_SETMASK, &sigsetAllExiting, nil)
signal_unix.go#L1300: sigprocmask(_SIG_SETMASK, &sigset_all, nil)
signal_unix.go#L1313: sigprocmask(_SIG_UNBLOCK, &set, nil)
signal_unix.go#L1361: sigprocmask(_SIG_SETMASK, &nmask, nil)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |